home *** CD-ROM | disk | FTP | other *** search
/ The Classic Collection / The Classic Collection.iso / menu.bat < prev   
DOS Batch File  |  1994-01-28  |  422b  |  29 lines

  1. @echo off
  2. cdmenu
  3. if errorlevel 5 goto end
  4. if errorlevel 4 goto four
  5. if errorlevel 3 goto three
  6. if errorlevel 2 goto two
  7. echo Running Deluxe Strip Poker...
  8. cd \strip1
  9. poker
  10. cd \
  11. goto end
  12. :two
  13. echo Running Deluxe Strip Poker II...
  14. cd \strip2
  15. poker
  16. cd \
  17. goto end
  18. :three
  19. echo Running Centrefold Squares...
  20. cd \centfold
  21. cfs
  22. cd \goto end
  23. :four
  24. echo Running Jigsaw Pinups...
  25. cd \jsaw
  26. pinups
  27. cd \
  28. :end
  29.